home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 85 / CD-ROM 85 / CD-ROM 85.iso / med2000 / js / weather.js < prev    next >
Encoding:
Text File  |  2001-04-19  |  258 b   |  6 lines

  1. function weatherreport()  {
  2.   buscacidade="http://fcgilatin.weather.com/fcgi-bin/iSearch/iSearch.cgi?product=logolink&uid=2243&pg=search&site=tiempo&uid=2243&sterm=" + document.formweather.fieldweather.value
  3.   window.open(buscacidade, "Tiempo", "");
  4. }
  5.  
  6.